翻訳と辞書
Words near each other
・ Neighbourhood Chef 2
・ Neighbourhood components analysis
・ Neighbourhood Council (KPK)
・ Neighborhood councils of Los Angeles
・ Neighborhood Dope Manne
・ Neighborhood Electric Vehicle
・ Neighborhood Games
・ Neighborhood Gourmet (TV series)
・ Neighborhood House
・ Neighborhood House (film)
・ Neighborhood Internet service provider
・ Neighborhood Music
・ Neighborhood News, Inc.
・ Neighborhood Newspaper Group
・ Neighborhood of Make-Believe
Neighborhood operation
・ Neighborhood parks
・ Neighborhood planning
・ Neighborhood planning unit
・ Neighborhood play
・ Neighborhood Playhouse School of the Theatre
・ Neighborhood Preservation Committee (Oregon)
・ Neighborhood Public Radio
・ Neighborhood Rapstar
・ Neighborhood rebranding in New York City
・ Neighborhood Records
・ Neighborhood semantics
・ Neighborhood Story
・ Neighborhood Supastar 3
・ Neighborhood Supastarz


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Neighborhood operation : ウィキペディア英語版
Neighborhood operation
In computer vision and image processing a neighborhood operation is a commonly used class of computations on image data which implies that it is processed according to the following pseudo code:
Visit each point p in the image data and do
This general procedure can be applied to image data of arbitrary dimensionality. Also, the image data on which the operation is applied does not have to be defined in terms of intensity or color, it can be any type of information which is organized as a function of spatial (and possibly temporal) variables in p.

The result of applying a neighborhood operation on an image is again something which can be interpreted as an image, it has the same dimension as the original data. The value at each image point, however, does not have to be directly related to intensity or color. Instead it is an element in the range of the function f, which can be of arbitrary type.
Normally the neighborhood N is of fixed size and is a square (or a cube, depending on the dimensionality of the image data) centered on the point p. Also the function f is fixed, but may in some cases have parameters which can vary with p, see below.
In the simplest case, the neighborhood N may be only a single point. This type of operation is often referred to as a point-wise operation.
== Examples ==

The most common examples of a neighborhood operation use a fixed function f which in addition is linear, that is, the computation consists of a linear shift invariant operation. In this case, the neighborhood operation corresponds to the convolution operation. A typical example is convolution with a low-pass filter, where the result can be interpreted in terms of local averages of the image data around each image point. Other examples are computation of local derivatives of the image data.
It is also rather common to use a fixed but non-linear function f. This includes median filtering, and computation of local variances. The Nagao-Matsuyama filter is an example of a complex local neighbourhood operation that uses variance as an indicator of the uniformity within a pixel group. The result is similar to a convolution with a low-pass filter with the added effect of preserving sharp edges.〔(【引用サイトリンク】url=http://anorkey.com/nagao-matsuyama-filter/ )
There is also a class of neighborhood operations in which the function f has additional parameters which can vary with p:
Visit each point p in the image data and do
This implies that the result is not shift invariant. Examples are adaptive Wiener filters.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Neighborhood operation」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.